toggle menu
Verint XM SDK
androidJvm
switch theme
search in API
predictive
/
com.verint.xm.sdk.predictive.tracker.service
/
[androidJvm]Callback
Callback
interface
Callback
<
T
>
Generic interface for async callbacks
Parameters
<T>
the type of the callback parameter
Members
Functions
on
Complete
Link copied to clipboard
abstract
fun
onComplete
(
results
:
T
)
Method to be invoked after a async operation is complete
on
Failure
Link copied to clipboard
abstract
fun
onFailure
(
e
:
Throwable
)